From: Jim Blandy Date: Sat, 29 May 1993 20:49:01 +0000 (+0000) Subject: * sysdep.c (sys_siglist): Comment out #endif trailer. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95790 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d065dd2e79a73b8e34c059bc50177090f1618fd5;p=emacs.git * sysdep.c (sys_siglist): Comment out #endif trailer. * xmenu.c (TRUE, FALSE): Same. * xterm.c (dumprectangle): Same. --- diff --git a/src/xmenu.c b/src/xmenu.c index 6a4e69dc94e..a5b69946b7a 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -63,7 +63,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef TRUE #define TRUE 1 #define FALSE 0 -#endif TRUE +#endif /* TRUE */ #ifdef HAVE_X11 extern Display *x_current_display; diff --git a/src/xterm.c b/src/xterm.c index 60f4c8850fc..54075bc236b 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -1080,7 +1080,7 @@ dumprectangle (f, left, top, cols, rows) || right > intborder + f->width * FONT_WIDTH (f->display.x->font)) dumpborder (f, 0); } -#endif /* HAVE_X11 /* Window manger does this for X11. */ */ +#endif /* HAVE_X11 Window manger does this for X11. */ /* Convert rectangle edges in pixels to edges in chars. Round down for left and top, up for right and bottom. */